currentUIFramework function

String currentUIFramework()

Implementation

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