registerWith static method

void registerWith()

Registers this no-op implementation as the platform instance.

Called automatically by Flutter's plugin registry on non-macOS platforms.

Implementation

static void registerWith() {
  MacMenuBarPlatform.instance = MacMenuBarNoop();
}