showError method
Implementation
showError(String message) {
showDialog(
context: context,
builder: (context) {
return SmoothBloc().appDialogBuilder(message);
},
);
}
showError(String message) {
showDialog(
context: context,
builder: (context) {
return SmoothBloc().appDialogBuilder(message);
},
);
}