GoogleCastSessionManagerIOSMethodChannel constructor

GoogleCastSessionManagerIOSMethodChannel()

Implementation

GoogleCastSessionManagerIOSMethodChannel() {
  _channel.setMethodCallHandler(
    (call) => _methodCallHandler(call),
  );
}