getAvailableProperties method

Future<List<String>> getAvailableProperties()

Implementation

Future<List<String>> getAvailableProperties() async =>
    throw UnimplementedError(
        'getAvailableProperties() has not been implemented');