channel property

  1. @visibleForTesting
MethodChannel channel
getter/setter pair

This is only exposed for test purposes. It shouldn't be used by clients of the plugin as it may break or change at any time.

Implementation

@visibleForTesting
MethodChannel channel = const MethodChannel('com.github.ayvazj/flutter_lwa');