showToast method

Future<String?> showToast(
  1. String message
)

Implementation

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