reload method
Implementation
Future<void> reload() async {
if (_controller != null && !_isDisposed) {
await _controller!.reload();
}
}
Future<void> reload() async {
if (_controller != null && !_isDisposed) {
await _controller!.reload();
}
}