2
0
mirror of synced 2025-02-02 17:43:27 +00:00

[messaging] Add missing setTo method

This commit is contained in:
Chris Bianca 2018-02-23 16:36:59 +00:00
parent 28b6d2b69c
commit 07bc258c08

View File

@ -107,6 +107,16 @@ export default class RemoteMessage {
return this;
}
/**
*
* @param to
* @returns {RemoteMessage}
*/
setTo(to: string): RemoteMessage {
this._to = to;
return this;
}
/**
*
* @param ttl