disconnectRemoteConfig method
Implementation
@override
Future<String?> disconnectRemoteConfig(String channelId) async {
final result = await methodChannel.invokeMethod<String>(
'disconnectRemoteConfig',
channelId,
);
return result;
}
@override
Future<String?> disconnectRemoteConfig(String channelId) async {
final result = await methodChannel.invokeMethod<String>(
'disconnectRemoteConfig',
channelId,
);
return result;
}