release method
Releases the camera and associated resources.
Implementation
Future<void> release() {
throw UnimplementedError('release() has not been implemented.');
}
Releases the camera and associated resources.
Future<void> release() {
throw UnimplementedError('release() has not been implemented.');
}