getAudioSourceMax static method

Future<int> getAudioSourceMax()

Gets the maximum value for audio sources.

See: AudioSource

Implementation

static Future<int> getAudioSourceMax() async {
  return await _channel.$getAudioSourceMax() as int;
}