startArguments property
A notifier that provides several arguments about the MobileScanner
Implementation
final ValueNotifier<MobileScannerArguments?> startArguments =
ValueNotifier(null);
A notifier that provides several arguments about the MobileScanner
final ValueNotifier<MobileScannerArguments?> startArguments =
ValueNotifier(null);