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