checkSession method

Future<Map?> checkSession()

Implementation

Future<Map?> checkSession() {
  throw UnimplementedError('checkSession() has not been implemented.');
}