getConfig abstract method

Future getConfig(
  1. String key
)

Retrieves configuration data.

Implementation

Future<dynamic> getConfig(String key);