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