GoogleCastSessionManagerAndroidMethodChannel constructor
GoogleCastSessionManagerAndroidMethodChannel()
Creates a new Android session manager method channel.
Implementation
GoogleCastSessionManagerAndroidMethodChannel() {
_channel.setMethodCallHandler(_onMethodCallHandler);
}