MethodChannelLocation.private constructor

  1. @visibleForTesting
MethodChannelLocation.private(
  1. 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._eventChannel);