Future<String?> containers(List<int> resultType) async { return await DocumentReader._channel.invokeMethod("containers", [rawResult, resultType]); }