showScanner static method
Implementation
@deprecated
static Future<dynamic> showScanner() async {
return await _channel.invokeMethod("showScanner", []);
}
@deprecated
static Future<dynamic> showScanner() async {
return await _channel.invokeMethod("showScanner", []);
}