getDefaultUri method
Gets the default ringtone URI for the given type.
Implementation
Future<String?> getDefaultUri(RingtoneType type) =>
_invoke<String>('ringtones.getDefaultUri', {'type': type.name});
Gets the default ringtone URI for the given type.
Future<String?> getDefaultUri(RingtoneType type) =>
_invoke<String>('ringtones.getDefaultUri', {'type': type.name});