mapToDeviceList abstract method

List<NearbyDevice> mapToDeviceList(
  1. dynamic value
)

Converts JSON to a list of NearbyDevice.

Implementation

List<NearbyDevice> mapToDeviceList(dynamic value);