getRequestTag method

  1. @override
Future<String> getRequestTag(
  1. String url
)
override

Returns a unique x-dynatrace header for the web request with a specified url. The string value can be empty in cases when the agent is not able to send data. (e.g turned off)

Implementation

@override
Future<String> getRequestTag(String url) async {
  return "";
}