getNetworkCapability method
Returns native Android network capability information for the active network.
Implementation
Future<NetworkCapability> getNetworkCapability() {
throw UnimplementedError(
'getNetworkCapability() has not been implemented.',
);
}