getSessionId method

Future<int?> getSessionId()

Implementation

Future<int?> getSessionId() {
  throw UnimplementedError('getSessionId() is not implemented');
}