stopCamera method
Stops the camera and releases all native resources.
Implementation
Future<void> stopCamera() async {
await FlutterCropCameraPlatform.instance.stopCamera();
textureId = null;
}
Stops the camera and releases all native resources.
Future<void> stopCamera() async {
await FlutterCropCameraPlatform.instance.stopCamera();
textureId = null;
}