extensionVersion property

Future<String> extensionVersion

Gets the current Signal extension version.

Implementation

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