error static method

void error({
  1. required String text,
})

Implementation

static void error({required String text}) => FLToast.showError(text: text);