showLoading method

dynamic showLoading([
  1. String? message
])

Implementation

showLoading([String? message]) {
  DialogHelper.showLoading();
}