LoadingListener typedef

LoadingListener = dynamic Function(bool isLoading)

Implementation

typedef LoadingListener = Function(bool isLoading);