bind method

Future<bool> bind()

Implementation

Future<bool> bind() {
  throw UnimplementedError('bind() has not been implemented.');
}