hasActiveSession method

Future<bool> hasActiveSession()

Implementation

Future<bool> hasActiveSession() {
  throw UnimplementedError('hasActiveSession() has not been implemented.');
}