notificationsToken method Null safety

Future<bool?> notificationsToken(
  1. {required String deviceToken}
)

Send firebase device token to server

Implementation

Future<bool?> notificationsToken({required String deviceToken});