ConfigLoader typedef

ConfigLoader = Future<Map<String, dynamic>> Function(String value)

A type used to define the signature of methods and objects used to load payment configurations from various sources.

Implementation

typedef ConfigLoader = Future<Map<String, dynamic>> Function(String value);