showToast method

Future<void> showToast(
  1. String msg
)

Implementation

Future<void> showToast(String msg) {
  throw UnimplementedError('showToast() has not been implemented.');
}