makeProfile method

void makeProfile(
  1. Map map
)

Implementation

void makeProfile(Map map) async {
  detail = ProfileViewDetailed(map);
}