NectorController constructor
Implementation
NectorController({
required this.showNotification,
required this.appName,
required GlobalKey<NavigatorState> navigatorKey,
}) : _navigatorKey = navigatorKey {
_initialiseNotificationsPlugin();
callsSubject.listen((_) => _onCallsChanged());
}