forceUpdate method

void forceUpdate([
  1. SetStateCallback? callback
])
inherited

Implementation

void forceUpdate([SetStateCallback? callback]) {
  _bridge.forceUpdate(this, callback);
}