FlutterPluginQpos.private constructor

  1. @visibleForTesting
FlutterPluginQpos.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
FlutterPluginQpos.private(this._methodChannel, this._eventChannel);