inCatchAsyncError property

Future<bool> Function(Object error)? inCatchAsyncError
finalinherited

Catch initAsync() error

Implementation

final Future<bool> Function(Object error)? inCatchAsyncError;