showCenter static method

dynamic showCenter(
  1. String? msg
)

Implementation

static showCenter(String? msg) {
  showToast(msg ?? "", position: ToastPosition.center);
}