showToast static method

void showToast(
  1. String? message
)

Implementation

static void showToast(String? message) {
  return FlutterAddtoappBridgePlatform.instance.showToast(message);
}