getSystemToken

Retrieves the system push token for the device.

  • Future<String?> - Returns the system push token as a string, or null if no token is available.
  • The system token is used by the platform to deliver push notifications to the device.
  • This token may change over time and should be refreshed periodically.