Future<bool> config({required String key, required String password, bool enableDebug = false}){ return ExpresspaySdkPlatform.instance.config(key, password, enableDebug); }