VToUserProfileFunction typedef

VToUserProfileFunction = dynamic Function(BuildContext context, String identifier)

Implementation

typedef VToUserProfileFunction = Function(
  BuildContext context,
  String identifier,
);