refresh method

Future<bool> refresh()

Implementation

Future<bool> refresh() async {
  return _refresh!();
}