success static method
Implementation
static success(BuildContext context, msg) {
Flushbar(
title: "Success",
message:
"$msg",
duration: const Duration(seconds: 1),
backgroundColor: Colors.green,
).show(context);
}
static success(BuildContext context, msg) {
Flushbar(
title: "Success",
message:
"$msg",
duration: const Duration(seconds: 1),
backgroundColor: Colors.green,
).show(context);
}