startAutomaticDetection method

Future<bool> startAutomaticDetection()

Starts the required detection services stated in the Config that is passed on init. Starting the service will set the SDK to running state. Precondition:

  • SDK State to be .ready.

Implementation

Future<bool> startAutomaticDetection() {
  throw UnimplementedError(
      'startAutomaticDetection() has not been implemented.');
}