notificationInit method
Implementation
@override
Future<dynamic> notificationInit(String notixAppId, String notixToken) async {
final response = await methodChannel.invokeMethod("notixNotificationInit",
{"notixAppId": notixAppId, "notixToken": notixToken});
log(response.toString());
}