@override Future<String?> stopRinger() async { final result = await methodChannel.invokeMethod<String>('stopRinger'); return result; }