Client constructor

Client()

Implementation

factory Client() {
  throw UnsupportedError(
      'Cannot create a client without dart:html or dart:io');
}