OnLoading typedef

OnLoading = Future<bool> Function()

Signature for a callback that returns a Future<bool>.

Implementation

typedef OnLoading = Future<bool> Function();