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
Navaron Bracke
2023-11-09 10:26:11 +0100
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
1458ae768975a8bf3478b4c4cea74bda0c820a2c
1458ae76
1 parent
e7d6b2b3
fix doc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
lib/src/mobile_scanner_controller.dart
lib/src/mobile_scanner_controller.dart
View file @
1458ae7
...
...
@@ -324,6 +324,9 @@ class MobileScannerController extends ValueNotifier<MobileScannerState> {
await
MobileScannerPlatform
.
instance
.
updateScanWindow
(
window
);
}
/// Dispose the controller.
///
/// Once the controller is disposed, it cannot be used anymore.
@override
Future
<
void
>
dispose
()
async
{
if
(
_isDisposed
)
{
...
...
Please
register
or
login
to post a comment