show method
Implementation
LoadingScreenHandler show({
String? text,
}) {
return showLoadingScreen(
globalKey.currentContext!,
text: text,
color: color,
);
}
LoadingScreenHandler show({
String? text,
}) {
return showLoadingScreen(
globalKey.currentContext!,
text: text,
color: color,
);
}