update method

  1. @override
void update([
  1. void fn()?
])
override

update all MvcWidget that depend on this service

Implementation

@override
void update([void Function()? fn]) => _state!._update(fn);