disable method

Future<void> disable()

Disables the Core. No measurements will be sent and no data will be collected.

Implementation

Future<void> disable() {
  return methodChannel.invokeMethod('disable');
}