printSystemInfo method

String printSystemInfo()

Implementation

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