methodChannel property

  1. @visibleForTesting
MethodChannel methodChannel
getter/setter pair

The method channel used to interact with the native platform.

Implementation

@visibleForTesting
MethodChannel methodChannel = const MethodChannel(
  'dev.mulev.flureadium/main',
);