connectRemoteConfig method

Future<RemoteConfigPhase?> connectRemoteConfig(
  1. String id,
  2. String channelId
)

Implementation

Future<RemoteConfigPhase?> connectRemoteConfig(String id, String channelId) {
  throw UnimplementedError('connectRemoteConfig() has not been implemented.');
}