getSupportedDevices method

Future<List<NotificationDeviceInfo>> getSupportedDevices()

Implementation

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