Inbox constructor
const
Inbox({})
Implementation
const Inbox({super.key,
this.backendUrl = 'https://eu.api.novu.co',
this.socketUrl = 'https://eu.ws.novu.co',
required this.applicationIdentifier,
required this.subscriberId,
this.icon,
this.tabs = const [],
});