NotificationCallback typedef

NotificationCallback = void Function(String data)

Implementation

typedef void NotificationCallback(String data);