halt method
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');
}
This method is for testing purposes only Do not use this method in production
Future<void> halt() {
_countlyState.isInitialized = false;
return _channel.invokeMethod('halt');
}