Reflex class

Constructors

Reflex({bool debug = true, List<String>? packageNameList, List<String>? packageNameExceptionList, AutoReply? autoReply})

Properties

autoReply AutoReply?
autoReply if not null, the plugin will send an automated reply to listening apps.
final
debug bool
debug logs on the terminal. debug is set to true by default.
final
hashCode int
The hash code for this object.
no setterinherited
notificationStream Stream<ReflexEvent>?
notificationStream returns stream of notifications.
no setter
packageNameExceptionList List<String>?
packageNameExceptionList list of package names to avoid listening for notifications.
final
packageNameList List<String>?
pacakgeNameList list of package names to listen for notifications.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

init() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

isPermissionGranted Future<bool>
no setter
reflexHandler ↔ ReflexHandler
getter/setter pair

Static Methods

requestPermission() Future<void>