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