child method

StorageRef child(
  1. String ref
)

Implementation

StorageRef child(String ref) {
  return StorageRef.withReference(_ref_windows != null
      ? _ref_windows!.child(ref)
      : _ref_original!.child(ref));
}