@override bool get is_support_awesome_notification { if (Dart.isWeb) { return false; } if (Dart.isMobile) { return true; } return false; }