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