getVersionStatic static method
Get version of specified engine (static method)
Implementation
static Future<String> getVersionStatic(EngineType engine) async {
return await instance.getVersion(engine);
}
Get version of specified engine (static method)
static Future<String> getVersionStatic(EngineType engine) async {
return await instance.getVersion(engine);
}