enableStoredNotifications static method

Future<void> enableStoredNotifications()

Enable stored notifications

Implementation

static Future<void> enableStoredNotifications() async {
  await AppierFlutterPlatform.instance.enableStoredNotifications();
}