attach method

  1. @override
WaitingResult attach(
  1. FormKey key
)
override

Implementation

@override
WaitingResult attach(FormKey key) {
  return WaitingResult.attached(key: key, state: state);
}