notificationInit method

Future notificationInit(
  1. String notixAppId,
  2. String notixToken
)

Implementation

Future<dynamic> notificationInit(String notixAppId, String notixToken) {
  throw UnimplementedError('platformVersion() has not been implemented.');
}