cancelConfig static method
dynamic
cancelConfig()
Implementation
static cancelConfig() async {
final bool? version = await _channel.invokeMethod('cancelConnect');
return version;
}
static cancelConfig() async {
final bool? version = await _channel.invokeMethod('cancelConnect');
return version;
}