showScanner static method

  1. @deprecated
Future showScanner()

Implementation

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