show method

Future<void> show(
  1. BuildContext context
)

Implementation

Future<void> show(BuildContext context) => showToastWidget(
      context: context,
      toast: this,
    );