showErrorByString property

Future Function(String errorMessage, {String title}) showErrorByString
getter/setter pair

Implementation

static Future Function(String errorMessage, {String title}) showErrorByString = (errorMessage, {title = ''}) async => debugPrint(errorMessage);