addLocalAppEventHandlerAction property

  1. @TagNumber(96)
FFAddLocalAppEventHandlerAction get addLocalAppEventHandlerAction

@doc Add a local app event handler

Implementation

@$pb.TagNumber(96)
FFAddLocalAppEventHandlerAction get addLocalAppEventHandlerAction =>
    $_getN(95);
  1. @TagNumber(96)
set addLocalAppEventHandlerAction (FFAddLocalAppEventHandlerAction value)

Implementation

@$pb.TagNumber(96)
set addLocalAppEventHandlerAction(FFAddLocalAppEventHandlerAction value) =>
    $_setField(96, value);