startNewSession method

void startNewSession()

Used to start a scanning process.

Implementation

void startNewSession() {
  _bridge.invokeMethod("startNewSession", []);
}