attach method

Future<void> attach()

Implementation

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