GoogleCastSessionManagerIOSMethodChannel constructor
GoogleCastSessionManagerIOSMethodChannel()
Creates a new iOS session manager method channel.
Implementation
GoogleCastSessionManagerIOSMethodChannel() {
_channel.setMethodCallHandler(
(call) => _methodCallHandler(call),
);
}