register method

Future register(
  1. String tag
)

Implementation

Future register(String tag) => Future.error(UnsupportedError(
    'Background sync is not available outside a browser context.'));