Stub out callFunctionReturnResultAndFlushedQueue

Summary: Changelog: [Internal] Remove unused BatchedBridge.callFunctionReturnResultAndFlushedQueue

Reviewed By: cpojer

Differential Revision: D19765606

fbshipit-source-id: d639e76c48113060013f9e858a669d8b1e4d20e7
This commit is contained in:
Pieter De Baets 2020-02-06 03:33:35 -08:00 коммит произвёл Facebook Github Bot
Родитель a26d622d04
Коммит 13d8f4848e
1 изменённых файлов: 7 добавлений и 0 удалений

Просмотреть файл

@ -112,6 +112,13 @@ class MessageQueue {
return this.flushedQueue();
}
// Deprecated. T61834641: Remove me once native clients have updated
callFunctionReturnResultAndFlushedQueue(
module: string,
method: string,
args: any[],
): void {}
invokeCallbackAndReturnFlushedQueue(
cbID: number,
args: any[],