utils/helper_functions library

Functions

compressImage({required File file}) Future<File>
loadAsset(String asset) String
openBrowser(String? url, {LaunchMode mode = LaunchMode.inAppBrowserView}) Future<void>
showAlert(String message) → dynamic