stopAutomaticDetection method
Stops the automatic detection service. Stoping the service will set the SDK State back to ready. Precondition:
- SDK State to be
.running
.
Implementation
Future<bool> stopAutomaticDetection() {
throw UnimplementedError(
'stopAutomaticDetection() has not been implemented.');
}