Take a photo and save to the specified path. Returns the saved file path.
Future<String?> takePhoto(String savePath) { throw UnimplementedError('takePhoto() has not been implemented.'); }