disconnectRemoteConfig method

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

Implementation

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