fsVersion static method

Future<String?> fsVersion()

Version of the underlying native Fullstory framework, e.g. '1.54.0'

Implementation

static Future<String?> fsVersion() {
  return FullstoryFlutterPlatform.instance.fsVersion();
}