channel property
MethodChannel class property used for integration with native methods.
Implementation
MethodChannel get channel {
return _channel;
}
MethodChannel class property used for integration with native methods.
MethodChannel get channel {
return _channel;
}