OnProfileSelection typedef
OnProfileSelection =
void Function(List<UserProfile> profiles)
Implementation
typedef OnProfileSelection = void Function(List<UserProfile> profiles);
typedef OnProfileSelection = void Function(List<UserProfile> profiles);