getSupportedDevices method
Implementation
Future<List<NotificationDeviceInfo>> getSupportedDevices() =>
guardZebra(() async => _map(await _api.getSupportedDevices()));
Future<List<NotificationDeviceInfo>> getSupportedDevices() =>
guardZebra(() async => _map(await _api.getSupportedDevices()));