Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -39,7 +39,7 @@ class MethodChannelPrinting extends PrintingPlatform { | @@ -39,7 +39,7 @@ class MethodChannelPrinting extends PrintingPlatform { | ||
| 39 | static final Map<int, PrintJob> _printJobs = <int, PrintJob>{}; | 39 | static final Map<int, PrintJob> _printJobs = <int, PrintJob>{}; |
| 40 | static int _jobIndex = 0; | 40 | static int _jobIndex = 0; |
| 41 | 41 | ||
| 42 | - /// Callbacks from platform plugins | 42 | + /// Callbacks from platform plugin |
| 43 | static Future<dynamic> _handleMethod(MethodCall call) async { | 43 | static Future<dynamic> _handleMethod(MethodCall call) async { |
| 44 | switch (call.method) { | 44 | switch (call.method) { |
| 45 | case 'onLayout': | 45 | case 'onLayout': |
-
Please register or login to post a comment