init method
Future<bool>
init(
- dynamic backgroundMessageHandler(
- Map
)?, [
- String? notificationChannel = "messages",
- bool loggerEnabled = false,
- bool askPermissions = true,
- bool serverLoggerEnabled = false,
- 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.');
}