channel property

  1. @visibleForTesting
MethodChannel channel
getter/setter pair

The method channel used to interact with the native platform.

Implementation

@visibleForTesting
MethodChannel channel = MethodChannel('plugins.flutter.io/device_info');