getFriendGroups method

Future<V2TimValueCallback<List<V2TimFriendGroup>>> getFriendGroups(
  1. {List<String>? groupNameList}
)

Implementation

Future<V2TimValueCallback<List<V2TimFriendGroup>>> getFriendGroups({
  List<String>? groupNameList,
}) async {
  return V2TimValueCallback<List<V2TimFriendGroup>>.fromBool(false, "invoke error");
}