setBadge static method

void setBadge(
  1. int count
)

Refreshes the current browser's page.

Implementation

static void setBadge(int count) async {
  // No-op.
}