dispose method
Release resources of the camera.
Must call this method when camera is no longer needed.
Implementation
Future<void> dispose() {
return _channel.invokeMethod(_disposeMethod);
}
Release resources of the camera.
Must call this method when camera is no longer needed.
Future<void> dispose() {
return _channel.invokeMethod(_disposeMethod);
}