getAudioSourceMax static method
Gets the maximum value for audio sources.
See: AudioSource
Implementation
static Future<int> getAudioSourceMax() async {
return await _channel.$getAudioSourceMax() as int;
}
Gets the maximum value for audio sources.
See: AudioSource
static Future<int> getAudioSourceMax() async {
return await _channel.$getAudioSourceMax() as int;
}