Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flutter_package
/
mobile_scanner
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
Julian Steenbakker
2025-04-18 00:01:01 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
b91dd72ac8e54ab7d6db911caf275b1d9fb53807
b91dd72a
1 parent
e9dd7976
style: format
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
lib/src/method_channel/mobile_scanner_method_channel.dart
lib/src/method_channel/mobile_scanner_method_channel.dart
View file @
b91dd72
...
...
@@ -300,7 +300,7 @@ class MethodChannelMobileScanner extends MobileScannerPlatform {
_textureId
=
null
;
_pausing
=
false
;
await
methodChannel
.
invokeMethod
<
void
>(
'stop'
,
{
'force'
:
force
});
await
methodChannel
.
invokeMethod
<
void
>(
'stop'
,
{
'force'
:
force
});
}
@override
...
...
@@ -311,7 +311,7 @@ class MethodChannelMobileScanner extends MobileScannerPlatform {
_pausing
=
true
;
await
methodChannel
.
invokeMethod
<
void
>(
'pause'
,
{
'force'
:
force
});
await
methodChannel
.
invokeMethod
<
void
>(
'pause'
,
{
'force'
:
force
});
}
@override
...
...
Please
register
or
login
to post a comment