onLoadError property
final
A callback when the view fails to load a message with an error.
Implementation
final void Function(PlatformException)? onLoadError;
A callback when the view fails to load a message with an error.
final void Function(PlatformException)? onLoadError;