setKeyword static method

Future<void> setKeyword(
  1. String keyword
)

Subscriber attribute associated with the install keyword for the user

keyword Empty String or null will delete the subscriber attribute.

Implementation

static Future<void> setKeyword(String keyword) =>
    _channel.invokeMethod('setKeyword', {'keyword': keyword});