Future<User> getUser(String userId) async { return await CardinalSdkPlatformInterface.instance.apis.user.getUser( _sdkId, userId, ); }