onError property

dynamic Function(String? error)? onError
final

Callback for load errors

Implementation

final Function(String? error)? onError;