setNotificationListener static method
Implementation
static Future<void> setNotificationListener(AppierNotificationListener listener) {
return AppierFlutterPlatform.instance.setNotificationListener(listener);
}
static Future<void> setNotificationListener(AppierNotificationListener listener) {
return AppierFlutterPlatform.instance.setNotificationListener(listener);
}