attachToExisting method

  1. @override
Future<AttachResponse?> attachToExisting(
  1. AtatusAttachConfiguration attachConfig
)
override

Implementation

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