getGroupAttributes method

Future<V2TimValueCallback<Map<String, String>>> getGroupAttributes(
  1. {required String groupID,
  2. List<String>? keys}
)

Implementation

Future<V2TimValueCallback<Map<String, String>>> getGroupAttributes({
  required String groupID,
  List<String>? keys,
}) async {
  return V2TimValueCallback<Map<String, String>>.fromBool(false, "invoke error");
}