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