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