static Future<void> notify({ String title = 'quick_notify', String? content, }) => _platform.notify( title: title, content: content, );