@override void onNewToken(String token) async { for (final handler in push._onNewTokenHandlers) { await handler(token); } }