initialize method

Future<void> initialize(
  1. String apiKey, {
  2. bool isDebug = false,
})

Implementation

Future<void> initialize(String apiKey, {bool isDebug = false}) {
  throw UnimplementedError('initialize() has not been implemented.');
}