showFlushbar<T> function
Implementation
FlushbarRoute showFlushbar<T>(
{required BuildContext context, required Flushbar flushbar}) {
return FlushbarRoute<T>(
flushbar: flushbar,
settings: const RouteSettings(name: FLUSHBAR_ROUTE_NAME),
);
}