static Future<Group> getGroup(String groupId) { return NativeBridge.async('Communities.getGroup', groupId) .then((result) => Group.fromJSON(jsonDecode(result))); }