@override Future<bool?> logout() async { final isloggedOut = await methodChannel.invokeMethod<bool>('logout'); return isloggedOut; }