clearOptimisticPatches method
Implementation
Future<void> clearOptimisticPatches() {
return _handleSingleResponseCommand(
(sendPort) => ClearOptimisticPatchesCommand(sendPort));
}
Future<void> clearOptimisticPatches() {
return _handleSingleResponseCommand(
(sendPort) => ClearOptimisticPatchesCommand(sendPort));
}