initialize method

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

Implementation

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