initialize method

Future<void> initialize(
  1. String apiKey, [
  2. int maxAtttempt = 0
])

Implementation

Future<void> initialize(String apiKey, [int maxAtttempt = 0]) {
  throw UnimplementedError('platformVersion() has not been implemented.');
}