startSessionWithOpenURLOptions method

  1. @override
Future<bool> startSessionWithOpenURLOptions()
override

Attempts to join or start a session with options that were supplied to the UIApplicationDelegate::application:openURL:options: method. Typically this is a request to join an existing Cast session on a particular device that was initiated by another app. Parameters openURLOptions The options that were extracted from the URL.

Implementation

@override
Future<bool> startSessionWithOpenURLOptions() {
  // TODO: implement startSessionWithOpenURLOptions
  throw UnimplementedError();
}