Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flutter_package
/
dart_pdf
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
David PHAM-VAN
2020-05-06 12:04:53 -0400
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
50b8cb5a1f0c7ec513ccbb42ccdbbe97dbe3b68c
50b8cb5a
1 parent
89ecf5e8
Fix comment
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
printing/lib/src/method_channel.dart
printing/lib/src/method_channel.dart
View file @
50b8cb5
...
...
@@ -39,7 +39,7 @@ class MethodChannelPrinting extends PrintingPlatform {
static
final
Map
<
int
,
PrintJob
>
_printJobs
=
<
int
,
PrintJob
>{};
static
int
_jobIndex
=
0
;
/// Callbacks from platform plugin
s
/// Callbacks from platform plugin
static
Future
<
dynamic
>
_handleMethod
(
MethodCall
call
)
async
{
switch
(
call
.
method
)
{
case
'onLayout'
:
...
...
Please
register
or
login
to post a comment