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