A type used to define the signature of methods and objects used to load payment configurations from various sources.
typedef ConfigLoader = Future<Map<String, dynamic>> Function(String value);