register method

Future register(
  1. String tag
)

Implementation

Future register(String tag) =>
    promiseToFuture(JS("", "#.register(#)", this, tag));