Stops any currently playing tone or sweep.
@override Future<bool> stopTone() async { final result = await methodChannel.invokeMethod<bool>('stopTone'); return result ?? false; }