showToast method

Future<void> showToast(
  1. String msg
)

Implementation

Future<void> showToast(String msg){
  return FlutterToastPlatform.instance.showToast(msg);
}