halt method

Future<void> halt()

This method is for testing purposes only Do not use this method in production

Implementation

Future<void> halt() {
  _countlyState.isInitialized = false;
  return _channel.invokeMethod('halt');
}