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();
Also check the example app.