Scans a barcode and returns the result as a String.
@override Future<String?> scanBarcode() => methodChannel.invokeMethod<String>('scanBarcode');