File tree Expand file tree Collapse file tree 7 files changed +28
-0
lines changed
Expand file tree Collapse file tree 7 files changed +28
-0
lines changed Original file line number Diff line number Diff line change 1+ // Copyright 2018 The Chromium Authors. All rights reserved.
2+ // Use of this source code is governed by a BSD-style license that can be
3+ // found in the LICENSE file.
4+
15export 'src/cross_file.dart' ;
Original file line number Diff line number Diff line change 1+ // Copyright 2018 The Chromium Authors. All rights reserved.
2+ // Use of this source code is governed by a BSD-style license that can be
3+ // found in the LICENSE file.
4+
15export 'types/interface.dart'
26 if (dart.library.html) 'types/html.dart'
37 if (dart.library.io) 'types/io.dart' ;
Original file line number Diff line number Diff line change 1+ // Copyright 2018 The Chromium Authors. All rights reserved.
2+ // Use of this source code is governed by a BSD-style license that can be
3+ // found in the LICENSE file.
4+
15import 'dart:convert' ;
26import 'dart:typed_data' ;
37
Original file line number Diff line number Diff line change 1+ // Copyright 2018 The Chromium Authors. All rights reserved.
2+ // Use of this source code is governed by a BSD-style license that can be
3+ // found in the LICENSE file.
4+
15import 'dart:convert' ;
26import 'dart:typed_data' ;
37
Original file line number Diff line number Diff line change 1+ // Copyright 2018 The Chromium Authors. All rights reserved.
2+ // Use of this source code is governed by a BSD-style license that can be
3+ // found in the LICENSE file.
4+
15import 'dart:typed_data' ;
26import 'package:meta/meta.dart' ;
37
Original file line number Diff line number Diff line change 1+ // Copyright 2018 The Chromium Authors. All rights reserved.
2+ // Use of this source code is governed by a BSD-style license that can be
3+ // found in the LICENSE file.
4+
15import 'dart:convert' ;
26import 'dart:io' ;
37import 'dart:typed_data' ;
Original file line number Diff line number Diff line change 1+ // Copyright 2018 The Chromium Authors. All rights reserved.
2+ // Use of this source code is governed by a BSD-style license that can be
3+ // found in the LICENSE file.
4+
15import 'dart:html' ;
26
37/// Create anchor element with download attribute
You can’t perform that action at this time.
0 commit comments