getGroupProfile method

Future<MesiboProfile> getGroupProfile(
  1. int groupId
)

Implementation

Future<MesiboProfile> getGroupProfile(int groupId) async{return getProfile(null,groupId);}