getCurrentInputDevice method

  1. @override
Future<AudioInputDevice?> getCurrentInputDevice()
override

Implementation

@override
Future<AudioInputDevice?> getCurrentInputDevice() =>
    throw UnimplementedError(
      'getCurrentInputDevice() has not been implemented.',
    );