openNotification function
Implementation
void openNotification(Map<String, dynamic> data, {bool inBack = false}) {
InngageNotification.openCommonNotification(
data: data,
appToken: InngageProperties.appToken,
inBack: inBack,
);
}
void openNotification(Map<String, dynamic> data, {bool inBack = false}) {
InngageNotification.openCommonNotification(
data: data,
appToken: InngageProperties.appToken,
inBack: inBack,
);
}