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