getCurrentSessionUrl method

Future<String?> getCurrentSessionUrl()

Implementation

Future<String?> getCurrentSessionUrl() {
  return MicrosoftClarityFlutterPlatform.instance.getCurrentSessionUrl();
}