setDontAllowsToOtherWatchMyEvent method
inherited
Implementation
@override
Future<void> setDontAllowsToOtherWatchMyEvent(String val,
{bool isInitializing = false}) {
return _$setDontAllowsToOtherWatchMyEventAsyncAction.run(() => super
.setDontAllowsToOtherWatchMyEvent(val, isInitializing: isInitializing));
}