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