connectEmbeddingInRemoteConfigValue method

Future<String?> connectEmbeddingInRemoteConfigValue(
  1. String key,
  2. String channelId,
  3. String embeddingChannelId,
  4. dynamic arguments,
)

Implementation

Future<String?> connectEmbeddingInRemoteConfigValue(String key,
    String channelId, String embeddingChannelId, dynamic arguments) {
  throw UnimplementedError(
      'connectEmbeddingInRemoteConfigValue() has not been implemented.');
}