stop method
Stop all processing
Implementation
Future<void> stop() async {
await _stopProcessingInternal();
_sourceStream = null;
_currentFrame = null;
debugPrint('BackgroundProcessorService: Stopped');
}
Stop all processing
Future<void> stop() async {
await _stopProcessingInternal();
_sourceStream = null;
_currentFrame = null;
debugPrint('BackgroundProcessorService: Stopped');
}