attachToExisting method

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

Implementation

@override
Future<AttachResponse?> attachToExisting() async {
  return null;
}