has_wifi_rtt 1.0.0 has_wifi_rtt: ^1.0.0 copied to clipboard
A flutter plugin package to check whether device has Wi-Fi RTT Scan Feature or not.
has_wifi_rtt #
A flutter plugin package to check whether device has Wi-Fi RTT Scan Feature or not.
Supports Android.
Usage #
import 'package:has_wifi_rtt/has_wifi_rtt.dart'
final bool response = await HasWifiRtt.checkRtt();
copied to clipboard
Also check the example app.