getConfig abstract method Null safety
- String path
Gets the database configuration through the yaml file defined in it's parameter path (String)
Implementation
Future<Config> getConfig(String path);
Gets the database configuration through the yaml file defined in it's parameter path (String)
Future<Config> getConfig(String path);