setSFMCCredentials method

Future<String?> setSFMCCredentials(
  1. Map<String, String> credentials
)

The function setSFMCCredentials is a placeholder that throws an error indicating it has not been implemented yet. @param {Map<String, String>} credentials - A map containing the SFMC credentials. The keys in the map represent the credential names, and the values represent the corresponding credential values.

Implementation

Future<String?> setSFMCCredentials(Map<String, String> credentials) {
  throw UnimplementedError('setSFMCCredentials() has not been implemented.');
}