getType method

Future<Blob> getType(
  1. String type
)

Implementation

Future<Blob> getType(String type) =>
    js_util.promiseToFuture(js_util.callMethod(this, 'getType', [type]));