load method

Future<FontFace> load()

Implementation

Future<FontFace> load() =>
    js_util.promiseToFuture(js_util.callMethod(this, 'load', []));