GoogleCastRemoteMediaClientIOSMethodChannel constructor

GoogleCastRemoteMediaClientIOSMethodChannel()

Creates a new iOS remote media client method channel.

Implementation

GoogleCastRemoteMediaClientIOSMethodChannel() {
  _channel.setMethodCallHandler(_methodCallHandler);
}