GoogleCastOptionsAndroid constructor
GoogleCastOptionsAndroid({
- required String appId,
Creates a new GoogleCastOptionsAndroid.
Implementation
GoogleCastOptionsAndroid({
required this.appId,
});