loadConfig abstract method

Future<T> loadConfig()

Abstract method to load the configuration data.

Implementations should read the configuration file and return the configuration data as an object of type T.

Implementation

Future<T> loadConfig();