OnSelected<U> typedef

OnSelected<U> = Future Function(List<U>? users)

Implementation

typedef OnSelected<U> = Future Function(List<U>? users);