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