removeMultiDeviceEventHandler method

void removeMultiDeviceEventHandler(
  1. String identifier
)

Removes the multi-device event handler.

Param identifier The custom handler identifier.

Implementation

void removeMultiDeviceEventHandler(String identifier) {
  _multiDeviceEventHandler.remove(identifier);
}