PushTokenHandler typedef

PushTokenHandler = Future<void> Function(String token)

Method structure to listen to an incoming action with dart

Implementation

typedef Future<void> PushTokenHandler(String token);