claim method

Future claim()

Implementation

Future claim() => Future.error(
    UnsupportedError('Clients is not available outside a browser context.'));