getConfig abstract method Null safety

Future<Config> getConfig(
  1. String path
)

Gets the database configuration through the yaml file defined in it's parameter path (String)

Implementation

Future<Config> getConfig(String path);