TokenNotificationParam typedef

TokenNotificationParam = void Function(String? token)

Implementation

typedef void TokenNotificationParam(String? token);