getSources static method

  1. @Deprecated('Use the navigator.mediaDevices.getSources() provide from the facrory instead')
Future<List> getSources()

Implementation

@Deprecated(
    'Use the navigator.mediaDevices.getSources() provide from the facrory instead')
static Future<List<dynamic>> getSources() {
  return navigator.mediaDevices.getSources();
}