ErrorCallback typedef
ErrorCallback =
void Function(BuildContext context, Exception error)
Implementation
typedef ErrorCallback = void Function(BuildContext context, Exception error);
typedef ErrorCallback = void Function(BuildContext context, Exception error);