newSession method

Future<int?> newSession(
  1. String url,
  2. dynamic mode
)

Creates a new Session platform instance.

Implementation

Future<int?> newSession(String url, StreamSessionMode mode) {
  throw UnimplementedError('newSession() has not been implemented.');
}