getConfig method

Future<Map> getConfig(
  1. String token
)

Implementation

Future<Map> getConfig(String token) {
  throw UnimplementedError("Get Config has not been implemented");
}