stopPreview method
Implementation
Future<dynamic> stopPreview() async {
try {
return await _cameraChannel.invokeMethod("stopPreview");
} catch (e) {
Logger.root.severe(e);
}
return null;
}
Future<dynamic> stopPreview() async {
try {
return await _cameraChannel.invokeMethod("stopPreview");
} catch (e) {
Logger.root.severe(e);
}
return null;
}