static Future<String?> pickImage() async { final result = await pickImageWithDimensions(); return result?.dataUrl; }