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