startNewSession method
Used to start a scanning process.
Implementation
Future<void> startNewSession() async {
await _bridge.invokeMethod("startNewSession", []);
}
Used to start a scanning process.
Future<void> startNewSession() async {
await _bridge.invokeMethod("startNewSession", []);
}