ServiceListenCondition<T extends Service> typedef

ServiceListenCondition<T extends Service> = bool Function(T service)

Implementation

typedef ServiceListenCondition<T extends Service> = bool Function(T service);