Plays a system sound.
static Future<void> playSound(String name) async { await _methodChannel.invokeMethod('playSound', name); }