methodChannel property

  1. @visibleForTesting
MethodChannel methodChannel
final

The method channel used to interact with the native platform. Marked as @visibleForTesting to allow test code to mock the channel.

Implementation

@visibleForTesting
final methodChannel = const MethodChannel('media_manager');