setFirebaseIntegrationKey static method

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

Implementation

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