deleteToken method
Removes access to an FCM token previously authorized.
Messages sent by the server to this token will fail.
Implementation
Future<void> deleteToken() {
return _delegate.deleteToken();
}
Removes access to an FCM token previously authorized.
Messages sent by the server to this token will fail.
Future<void> deleteToken() {
return _delegate.deleteToken();
}