notify method

Future<bool> notify(
  1. NotificationCommand command
)

Triggers a LED / beep / vibrate NotificationCommand on the active device.

Implementation

Future<bool> notify(NotificationCommand command) =>
    guardZebra(() => _api.notify(command.toMap()));