GoogleCastOptionsAndroid constructor

GoogleCastOptionsAndroid({
  1. required String appId,
})

Creates a new GoogleCastOptionsAndroid.

Implementation

GoogleCastOptionsAndroid({
  required this.appId,
});