methodChannel property
Implementation
@visibleForTesting
MethodChannel get methodChannel => _methodChannel;
Implementation
@visibleForTesting
set methodChannel(MethodChannel channel) => _methodChannel = channel;
@visibleForTesting
MethodChannel get methodChannel => _methodChannel;
@visibleForTesting
set methodChannel(MethodChannel channel) => _methodChannel = channel;