get method

Future get(
  1. String id
)

Implementation

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