Gets the current Signal extension version.
static Future<String> get extensionVersion => _channel.invokeMethod<String>('extensionVersion').then((value) => value!);