on property

({void Function(String type, FutureOr callback(LinkPreviewEvent)) $1, void Function(String type, FutureOr<AuthResult?> callback(AuthEvent)) $2, void Function(String type, void callback(DevResourceOpenEvent)) $3}) get on

Overload accessor: $1, $2, $3

Implementation

({
  void Function(
    _i2.String type,
    _i8.FutureOr<_i2.dynamic> Function(_i3.LinkPreviewEvent) callback,
  ) $1,
  void Function(
    _i2.String type,
    _i8.FutureOr<_i3.AuthResult> Function(_i3.AuthEvent) callback,
  ) $2,
  void Function(
    _i2.String type,
    void Function(_i3.DevResourceOpenEvent) callback,
  ) $3,
}) get on => (
      $1: _on$1,
      $2: _on$2,
      $3: _on$3,
    );