initialize method

Future<void> initialize({
  1. String? configJson,
  2. bool autoNotifications = true,
})

Implementation

Future<void> initialize({
  String? configJson,
  bool autoNotifications = true,
}) {
  throw UnimplementedError('initialize() has not been implemented.');
}