TF-2901 Create before unload manager to handle before log out callbacks
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
abstract class BeforeUnloadHandler {
|
||||
Future<void> onBeforeUnload();
|
||||
}
|
||||
Reference in New Issue
Block a user