methodChannel property
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');
The method channel used to interact with the native platform. Marked as @visibleForTesting to allow test code to mock the channel.
@visibleForTesting
final methodChannel = const MethodChannel('media_manager');