init method

Future<bool> init(
  1. dynamic backgroundMessageHandler(
    1. Map
    )?, [
  2. String? notificationChannel = "messages",
  3. bool loggerEnabled = false,
  4. bool askPermissions = true,
  5. bool serverLoggerEnabled = false,
  6. String? applicationId,
])

Implementation

Future<bool> init(Function(Map<dynamic, dynamic>)? backgroundMessageHandler,
    [String? notificationChannel = "messages",
    bool loggerEnabled = false,
    bool askPermissions = true,
    bool serverLoggerEnabled = false,
    String? applicationId]) {
  throw UnimplementedError('init() has not been implemented.');
}