reload method

void reload()

Implementation

void reload() => _state != null ? _state!.reload() : null;