getSessionId method

  1. @override
Future<int?> getSessionId()

Implementation

@override
Future<int?> getSessionId() async {
  throw UnimplementedError('getSessionId() is not supported on Web.');
}