setEventConnectionWithToken method

Future<void> setEventConnectionWithToken(
  1. String token,
  2. String host, [
  3. List<SslPin>? ssPins
])

Implementation

Future<void> setEventConnectionWithToken(String token, String host,
    [List<SslPin>? ssPins]) {
  throw UnimplementedError('login() has not been implemented.');
}