getDefaultUri method

Future<String?> getDefaultUri(
  1. RingtoneType type
)

Gets the default ringtone URI for the given type.

Implementation

Future<String?> getDefaultUri(RingtoneType type) =>
    _invoke<String>('ringtones.getDefaultUri', {'type': type.name});