@override Future<bool?> requestLogoutUser() async { return await methodChannel.invokeMethod<bool>('logoutUser'); }