getIndexingInfo method

Future<IndexingInfo> getIndexingInfo()

Implementation

Future<IndexingInfo> getIndexingInfo() async {
	return await CardinalSdkPlatformInterface.instance.apis.system.getIndexingInfo(
		_sdkId,
	);
}