GoogleCastDiscoveryManagerMethodChannelIOS constructor

GoogleCastDiscoveryManagerMethodChannelIOS()

Creates a new instance of the iOS discovery manager.

Sets up the method call handler to receive updates from the native side.

Implementation

GoogleCastDiscoveryManagerMethodChannelIOS() {
  _channel.setMethodCallHandler(_handleMethodCall);
}