configureProfile method

Future<void> configureProfile(
  1. String profileName
)

Creates or updates a DataWedge profile.

Implementation

Future<void> configureProfile(String profileName) {
  throw UnimplementedError('configureProfile() has not been implemented.');
}