wifiSnr property

Future<int> wifiSnr

The Tello's wifi strength to your local machine, seems to max out at 90%.

Implementation

Future<int> get wifiSnr async => int.parse((await _command("wifi?")));