Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -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 |
-
Please register or login to post a comment