setCustomSessionId method

Future<bool> setCustomSessionId(
  1. String sessionId
)

Implementation

Future<bool> setCustomSessionId(String sessionId) {
  throw UnimplementedError(
      'setCustomSessionId(sessionId) has not been implemented.');
}