Dart
dart:html
FontFace
load method
description
load method
Future
<
FontFace
>
load
(
)
Implementation
Future<FontFace> load() => promiseToFuture<FontFace>(JS(
""
,
"#.load()"
,
this
));