stopLogging method

Future<bool> stopLogging()

Stops hardware telemetry logging.

Implementation

Future<bool> stopLogging() =>
    NexoraSdkPlatform.instance.stopHardwareLogging();