methodChannel property

  1. @visibleForTesting
MethodChannel methodChannel
final

The method channel used to interact with the native platform. Keep this name consistent with the native plugin registrations.

Implementation

@visibleForTesting
final methodChannel = const MethodChannel('com.yourorg.permission_guard');