GetMediaDevicesListType typedef

GetMediaDevicesListType = Future<List<MediaDeviceInfo>> Function(String kind)

Type definition for the getMediaDevicesList function.

Implementation

typedef GetMediaDevicesListType = Future<List<MediaDeviceInfo>> Function(
    String kind);