showError method

Future<void> showError()

Implementation

Future<void> showError()async{
   print(reason);
}