TF-2901 Create before unload manager to handle before log out callbacks

This commit is contained in:
DatDang
2024-06-18 15:23:06 +07:00
committed by Dat H. Pham
parent fc4ca58d4e
commit c4bffd6626
5 changed files with 138 additions and 0 deletions
@@ -0,0 +1,3 @@
abstract class BeforeUnloadHandler {
Future<void> onBeforeUnload();
}