MethodChannelLocation.private constructor

  1. @visibleForTesting
MethodChannelLocation.private(
  1. MethodChannel? _methodChannel,
  2. EventChannel? _eventChannel
)

This constructor is only used for testing and shouldn't be accessed by users of the plugin. It may break or change at any time.

Implementation

@visibleForTesting
MethodChannelLocation.private(this._methodChannel, this._eventChannel);