attachToExisting method
Implementation
@override
// ATCHG - Change class name from DDAttachConfiguration to AtatusAttachConfiguration
Future<AttachResponse?> attachToExisting(
AtatusAttachConfiguration attachConfig,
) async {
return null;
}
@override
// ATCHG - Change class name from DDAttachConfiguration to AtatusAttachConfiguration
Future<AttachResponse?> attachToExisting(
AtatusAttachConfiguration attachConfig,
) async {
return null;
}