Skip to content

@widget

interface

dart
interface widget {
  func showToast(message string) void;
}