printSystemInfo method
Implementation
String printSystemInfo() {
return WhisperLibrary.binding
.whisper_print_system_info()
.cast<Utf8>()
.toDartString();
}
String printSystemInfo() {
return WhisperLibrary.binding
.whisper_print_system_info()
.cast<Utf8>()
.toDartString();
}