notify method
Triggers a LED / beep / vibrate NotificationCommand on the active device.
Implementation
Future<bool> notify(NotificationCommand command) =>
guardZebra(() => _api.notify(command.toMap()));
Triggers a LED / beep / vibrate NotificationCommand on the active device.
Future<bool> notify(NotificationCommand command) =>
guardZebra(() => _api.notify(command.toMap()));