pushy_flutter_web library
Classes
Functions
-
isRegisteredJS(
) → JSAny -
registerJS(
JSAny obj) → JSAny -
setEnterpriseConfigJS(
String endpoint) → void -
setNotificationListenerJS(
JSFunction callback) → void -
subscribeJS(
JSAny topic) → JSAny -
unsubscribeJS(
JSAny topic) → JSAny
Typedefs
-
NotificationCallback
= void Function(Map<
String, JSAny> )