getMatchingUsers method

Future<List<UserGroup>> getMatchingUsers()

Implementation

Future<List<UserGroup>> getMatchingUsers() async {
	return await CardinalSdkPlatformInterface.instance.apis.user.getMatchingUsers(
		_sdkId,
	);
}