Julian Steenbakker

bug: fix result not being called

@@ -20,7 +20,7 @@ abstract class BarcodeReader { @@ -20,7 +20,7 @@ abstract class BarcodeReader {
20 /// Pause the barcode reader. 20 /// Pause the barcode reader.
21 void pause() => throw UnimplementedError('pause() has not been implemented.'); 21 void pause() => throw UnimplementedError('pause() has not been implemented.');
22 22
23 - /// Pause the barcode reader. 23 + /// Resume the barcode reader.
24 Future<void> resume() => 24 Future<void> resume() =>
25 throw UnimplementedError('resume() has not been implemented.'); 25 throw UnimplementedError('resume() has not been implemented.');
26 26