GoogleCastDiscoveryManagerMethodChannelAndroid constructor

GoogleCastDiscoveryManagerMethodChannelAndroid()

Creates a new instance of the Android discovery manager.

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

Implementation

GoogleCastDiscoveryManagerMethodChannelAndroid() {
  _channel.setMethodCallHandler(_onMethodCallHandler);
}