setIntegerationKey static method

Future<bool?> setIntegerationKey(
  1. String key
)

Implementation

static Future<bool?> setIntegerationKey(String key) async {
  return await _channel
      .invokeMethod("dEngage#setIntegerationKey", {'key': key});
}