updateSession method

Implementation

Future<IAMPASSAuthenticationSession?> updateSession(
    IAMPASSAuthenticationSession session) {
  throw UnimplementedError('updateSession has not been implemented.');
}