dispatchUnique

fun dispatchUnique(eventName: String, params: WritableMap?)

Invokes the execution of the C++ EventEmitter. C++ will coalesce events sent to the same target.

Parameters

eventName

String name of the event to execute.

params

WritableMap payload of the event