registerWith static method
void
registerWith()
Registers this implementation as the plugin instance.
Implementation
static void registerWith() {
FlutterLocalNotificationsPlatform.instance =
MacOSFlutterLocalNotificationsPlugin();
}