setSharedInstanceWithOptions abstract method

Future<bool> setSharedInstanceWithOptions(
  1. GoogleCastOptions castOptions
)

Initializes the shared Google Cast context with the provided options.

castOptions contains the configuration options for the Cast context. Returns true if the initialization was successful, false otherwise.

Implementation

Future<bool> setSharedInstanceWithOptions(GoogleCastOptions castOptions);