[messaging] Add missing setTo method
This commit is contained in:
parent
28b6d2b69c
commit
07bc258c08
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user