@override Future<Map?> checkSession() async { final map = await methodChannel.invokeMethod<Map>('checkSession'); return map; }