checkSession method

  1. @override
Future<Map?> checkSession()
override

Implementation

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