getWiredMicrophones method
Abstract method to get the wired microphones. This will throw an UnimplementedError unless overridden by a platform-specific class.
Implementation
Future<List<dynamic>> getWiredMicrophones() {
throw UnimplementedError('getWiredMicrophones() has not been implemented.');
}