getTimeToLiveAsString method
Gets the value of android.ttl field as a string.
Returns a string with the value of android.ttl field, or null if absent.
Implementation
String? getTimeToLiveAsString() {
return _timeToLive;
}
Gets the value of android.ttl field as a string.
Returns a string with the value of android.ttl field, or null if absent.
String? getTimeToLiveAsString() {
return _timeToLive;
}