showSuccessBar static method
Implementation
static void showSuccessBar(BuildContext ctx, [String? text]) {
LYHub.showBar(ctx, text, Colors.green);
}
static void showSuccessBar(BuildContext ctx, [String? text]) {
LYHub.showBar(ctx, text, Colors.green);
}