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