setEndpoint method

Future<void> setEndpoint(
  1. String endpoint
)

Update the endpoint URL

Implementation

Future<void> setEndpoint(String endpoint) {
  throw UnimplementedError('setEndpoint() has not been implemented.');
}