once 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 once

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 once => (
      $1: _once$1,
      $2: _once$2,
      $3: _once$3,
    );