setSharedInstanceWithOptions abstract method
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);