Retrieves the app instance id from the service, or null if consent has been denied.
Future<String?> get appInstanceId { return _delegate.getAppInstanceId(); }