currentUIFramework function
Implementation
String currentUIFramework() {
final p = chighgui.cv_currentUIFramework();
final s = p.toDartString();
calloc.free(p);
return s;
}
String currentUIFramework() {
final p = chighgui.cv_currentUIFramework();
final s = p.toDartString();
calloc.free(p);
return s;
}