loadParamters method
Implementation
Future<String?> loadParamters(
String tid, String mid,
String terminalCap, String countryCode,
String merchantAddress, String merchantName
) {
throw UnimplementedError('This is not implemented');
}