init method

Future init(
  1. String httpUrl
)

Implementation

Future init(String httpUrl) {
  throw UnimplementedError('init() has not been implemented.');
}