configureProfile method
Creates or updates a DataWedge profile.
Implementation
@override
Future<void> configureProfile(String profileName) {
return methodChannel.invokeMethod<void>(
'configureProfile',
<String, dynamic>{'profileName': profileName},
);
}