Disables the scanner.
@override Future<void> disableScanner() { return methodChannel.invokeMethod<void>('disableScanner'); }