Mesibo_onGroupCreated method
Implementation
@override
void Mesibo_onGroupCreated(MesiboProfile profile){log("Mesibo_onGroupCreated: ${profile.name!}");if(null== mCreateGroupListener|| null== mCreateGroupListener!.target) return;mCreateGroupListener!.target?.Mesibo_onGroupCreated(profile);}