setNotificationListener static method

Future<void> setNotificationListener(
  1. AppierNotificationListener listener
)

Implementation

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