getTokenInAllGroups method
Implementation
Future<List<TokenWithGroup>> getTokenInAllGroups(String userIdentifier, String key, { String? token, int? tokenValidity }) async {
return await CardinalSdkPlatformInterface.instance.apis.user.getTokenInAllGroups(
_sdkId,
userIdentifier,
key,
token,
tokenValidity,
);
}