closeScanner static method

Future<void> closeScanner()

Implementation

static Future<void> closeScanner() async {
  await _methodChannel.invokeMethod('closeScanner');
}