disconnectEmbedding method

Future<String?> disconnectEmbedding(
  1. String channelId
)

Implementation

Future<String?> disconnectEmbedding(String channelId) {
  throw UnimplementedError('disconnectEmbedding() has not been implemented.');
}