close property
Close scanning API.
Implementation
Future<bool> get close async {
return await _methodChannel.invokeMethod('close');
}
Close scanning API.
Future<bool> get close async {
return await _methodChannel.invokeMethod('close');
}