Stops the currently playing ringtone.
Future<void> stop() async { await _invoke<void>('ringtones.stop'); }