stopImageStream method
Stop the image from streaming
Implementation
Future<void> stopImageStream() async {
await _platformInstance.stopImageStream();
}
Stop the image from streaming
Future<void> stopImageStream() async {
await _platformInstance.stopImageStream();
}