TalkerExceptionBuilder typedef
TalkerExceptionBuilder =
Widget Function(BuildContext context, TalkerException data)
Signature for build custom TalkerException
messages in showing Snackbar
or another widgets
Implementation
typedef TalkerExceptionBuilder = Widget Function(
BuildContext context,
TalkerException data,
);