extensionVersion property

Future<String> extensionVersion

Gets the current Analytics extension version.

Implementation

static Future<String> get extensionVersion =>
    _channel.invokeMethod('extensionVersion').then((value) => value!);