mirror of
https://github.com/hanskokx/arcane_framework.git
synced 2026-05-14 02:19:08 +02:00
Fix DebugAuthInterface logout method
Added environment key to ArcaneEnvironment constructor Renamed switchEnvironment parameter in ArcaneEnvironment constructor Bumped arcane_helper_utils dependency version
This commit is contained in:
@@ -25,7 +25,9 @@ class DebugAuthInterface
|
||||
);
|
||||
|
||||
@override
|
||||
Future<Result<void, String>> logout() async {
|
||||
Future<Result<void, String>> logout({
|
||||
Future<void> Function()? onLoggedOut,
|
||||
}) async {
|
||||
Arcane.log("Logging out");
|
||||
|
||||
_isSignedIn = false;
|
||||
|
||||
Reference in New Issue
Block a user