startNewSession method

Future<void> startNewSession()

Used to start a scanning process.

Implementation

Future<void> startNewSession() async {
  await _bridge.invokeMethod("startNewSession", []);
}