utils/init_events_service library

Functions

createEvent(EventNotificationModel eventData) Future<bool>
deleteEvent(String key) Future<bool>
getEventDetails(String key) Future<EventNotificationModel?>
getEvents() Future<List<EventNotificationModel>?>
getRegexKeyFromKey(String key) Future<String?>
getRegexKeys() Future<List<String>>
getValue(String key) Future<EventNotificationModel?>
initialiseEventService(AtClientImpl atClientInstance, GlobalKey<NavigatorState> navKeyFromMainApp, {required String mapKey, required String apiKey, dynamic rootDomain = 'root.atsign.wtf', dynamic rootPort = 64, dynamic streamAlternative(List<EventKeyLocationModel>)?, bool initLocation = true}) → void
Function to initialise the package. Should be mandatorily called before accessing package functionalities.