loading static method

Function loading({
  1. required String text,
})

Implementation

static Function loading({required String text}) => FLToast.showLoading(text: text);