menu
scaffold_core package
documentation
core_utils/loading_util.dart
LoadingUtil
showSuccess static method
showSuccess static method
dark_mode
light_mode
showSuccess
static method
Future
<
void
>
showSuccess
(
String
message
)
Implementation
static Future<void> showSuccess(String message) async { await EasyLoading.showSuccess(message); }
scaffold_core package
documentation
core_utils/loading_util
LoadingUtil
showSuccess static method
LoadingUtil class