refresh static method

Future<void> refresh()

Implementation

static Future<void> refresh() {
  return CameraInterface().refresh();
}