initialize method

Future<void> initialize(
  1. String subscriptionKey,
  2. String region
)

Implementation

Future<void> initialize(String subscriptionKey, String region) {
  throw UnimplementedError('initialize() has not been implemented.');
}