list method

Future<List<WifiResult>> list(
  1. String key
)

Implementation

Future<List<WifiResult>> list(String key) async {
  throw UnimplementedError('list() has not been implemented.');
}