Captures a static image and saves it to the temporary directory. Returns the file path of the captured image.
Future<String?> takePicture() async { return await FlutterCropCameraPlatform.instance.takePicture(); }