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
2024-01-02 11:15:49 +0100
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
bb6c05a99392fe5e58406403503d4a69a3095546
bb6c05a9
1 parent
a51f9f63
fix comment
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
lib/src/mobile_scanner_controller.dart
lib/src/mobile_scanner_controller.dart
View file @
bb6c05a
...
...
@@ -205,8 +205,6 @@ class MobileScannerController extends ValueNotifier<MobileScannerState> {
///
/// The [cameraDirection] can be used to specify the camera direction.
/// If this is null, this defaults to the [facing] value.
///
/// Throws a [MobileScannerException] if starting the scanner failed.
Future
<
void
>
start
({
CameraFacing
?
cameraDirection
})
async
{
if
(
_isDisposed
)
{
throw
const
MobileScannerException
(
...
...
Please
register
or
login
to post a comment