methodChannel property

  1. @visibleForTesting
MethodChannel methodChannel
final

The method channel used to communicate with the native platform. This is marked with @visibleForTesting to make it accessible for testing.

Implementation

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