refresh static method

Future<void> refresh()

Implementation

static Future<void> refresh() {
  return _channel.invokeMethod<void>('refresh');
}