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