MediaInfo.private constructor

  1. @visibleForTesting
MediaInfo.private(
  1. MethodChannel _methodChannel
)

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
MediaInfo.private(this._methodChannel);