currentSession method

Future<SPSession?> currentSession()

Implementation

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